home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / cb.hlp < prev    next >
Text File  |  1985-08-19  |  1KB  |  34 lines

  1. **********************************************************************
  2. *                              CB
  3. **********************************************************************
  4. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  *
  5. **********************************************************************
  6. PROGRAM:
  7.    CB - C program formatter.
  8. USAGE:
  9.     CB <file >file  [-In] [-H]
  10. FUNCTION:
  11.     Used to indent source lines and change { and } to BEGIN and END or
  12.     LOOP and ENDLOOP, etc as needed.
  13.  
  14.     -In specifies n spaces to indent for each level (default 2).
  15.  
  16. EXAMPLE:
  17.     CB <file.c |CASE>file.c
  18.  
  19.         Command Line                       
  20.  
  21. ___________________________________  
  22.                                   |  
  23.                                   |  OPTIONS
  24.                                   |  
  25.                                   |  
  26.                                   |                  
  27.                     ______________V______________    
  28.                     |                           |   
  29. Raw C source        |                           |  Formated C source
  30. ------------------->|            CB             |----------------------->
  31.                     |                           |
  32.                     |                           |
  33.                     |___________________________|
  34.